Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --experimental-issue-pkcs12 flag to enable PKCS12 bundle generation #2643

Merged
merged 1 commit into from
Mar 4, 2020

Conversation

munnerz
Copy link
Member

@munnerz munnerz commented Mar 3, 2020

What this PR does / why we need it:

This PR adds a new experimental flag to enable generating PKCS12 bundles in 'target secrets'.

This flag will be replaced with native support for PKCS12 bundles in future, once #2402 has been implemented.

Which issue this PR fixes: part of #586

Special notes for your reviewer:

Release note:

Add `--experimental-issue-pkcs12` flag to enable PKCS12 bundle generation in generated Secret resources. This flag will be replaced with native support for PKCS12 bundles in future and is currently an experimental feature. If enabled, the `--experimental-pkcs12-keystore-password` flag must also be set to the password used to encrypt PKCS12 bundles.

/assign @meyskens
/cc @JoshVanL

@jetstack-bot jetstack-bot added release-note Denotes a PR that will be considered when it comes time to generate release notes. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. labels Mar 3, 2020
@jetstack-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: munnerz

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@jetstack-bot jetstack-bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Mar 3, 2020
@munnerz munnerz added this to the v0.14 milestone Mar 3, 2020
@munnerz
Copy link
Member Author

munnerz commented Mar 3, 2020

/retest

@munnerz
Copy link
Member Author

munnerz commented Mar 4, 2020 via email

Signed-off-by: James Munnelly <james@munnelly.eu>
@munnerz
Copy link
Member Author

munnerz commented Mar 4, 2020

I've switched to use bytes.Equal instead, which in my testing has the same semantics as bytesEqual: https://play.golang.org/p/ofi_ufLFEum

@meyskens
Copy link
Contributor

meyskens commented Mar 4, 2020

/lgtm

@jetstack-bot jetstack-bot added the lgtm Indicates that a PR is ready to be merged. label Mar 4, 2020
@jetstack-bot jetstack-bot merged commit 02da8fb into cert-manager:master Mar 4, 2020
@munnerz munnerz added the kind/feature Categorizes issue or PR as related to a new feature. label Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. kind/feature Categorizes issue or PR as related to a new feature. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants